Iscript Debugger v1.0
By O)FaRTy1billion
Topic: http://www.staredit.net/topic/17617/

This plugin will (hopefully) prevent & report common iscript crashes. It
currently only supports calls to invalid animations and invalid frames.
Invalid animations will be redirected to an idle script (wait \ goto wait) and
invalid GRP frames will default to frame #0.

It will create an "IsDbg.log" file in your StarCraft folder or in the folder of
your mod's exe. Errors found will be printed in-game and in this file for easy
reference.

This plugin is compatible with iscript extender, and should be compatibile with
GPTP as well as most other plugins.

Sample log file:
+------------------------------------------------------------------------------+
|Iscript Debug Log                                                             |
|-----------------                                                             |
|                                                                              |
|Version 1.16.1.1                                                              |
|Calculating table offsets...                                                  |
|004d57b6 - 004d84e2                                                           |
|Done.                                                                         |
|                                                                              |
|Executable patched "successfully".                                            |
|                                                                              |
|Listening for errors...                                                       |
|Invalid frame 50 in animation "Init" on Image ID 278                          |
|Invalid frame 50 in animation "Init" on Image ID 278                          |
|Call to undefined animation "AlmostBuilt" on Image ID 278                     |
|                                                                              |
+------------------------------------------------------------------------------+

Currently supported versions:
1.14.0, 1.15.0, 1.15.1, 1.15.2, 1.15.3, 1.16.0, 1.16.1